Spread for ASP.NET 10 Product Documentation
AddRange(IEnumerable<IConditionalFormattingRule>) Method


The collection whose elements should be added to the end of the ConditionalFormatting object. The collection itself and the elements cannot be null.
Adds the elements of the specified IConditionalFormattingRule collection to the ConditionalFormatting object.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal collection As IEnumerable(Of IConditionalFormattingRule) _
) 
'Usage
 
Dim instance As ConditionalFormatting
Dim collection As IEnumerable(Of IConditionalFormattingRule)
 
instance.AddRange(collection)
public void AddRange( 
   IEnumerable<IConditionalFormattingRule> collection
)

Parameters

collection
The collection whose elements should be added to the end of the ConditionalFormatting object. The collection itself and the elements cannot be null.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

ConditionalFormatting Class
ConditionalFormatting Members

 

 


Copyright © GrapeCity, inc. All rights reserved.